Improve support for entering quotation marks
authorRobert Pluim <rpluim@gmail.com>
Thu, 16 May 2024 14:25:24 +0000 (16:25 +0200)
committerRobert Pluim <rpluim@gmail.com>
Mon, 3 Jun 2024 11:23:44 +0000 (13:23 +0200)
commit0e811aba53f5cc3a8d8c13fa8922149f95e83da4
treed634a86421392656594b4e4c63e0333e1202f582
parent288b0db9682c519a3d7f8fa0c037640997209375
Improve support for entering quotation marks

* lisp/international/iso-transl.el (iso-transl-char-map): Add entries
for "low" single and double quotation marks.
(iso-transl-language-alist): Add convenient support for the official
German quoting style to the German language entry. It uses "low" double
quotes on the left, and *left* double quotes on the right.  Add support
for single guillemets to the French language entry.
* lisp/leim/quail/latin-post.el ("latin-postfix"): Add entries for
single, double and "low" Unicode quotation marks.  Add entries for
single guillemets.
* lisp/leim/quail/latin-pre.el ("latin-prefix"): And here.

* etc/NEWS: Announce the changes.

(Bug#70984)
etc/NEWS
lisp/international/iso-transl.el
lisp/leim/quail/latin-post.el
lisp/leim/quail/latin-pre.el